sources/test-integration/test-projects/android/simple/src/com/jetbrains/sample/app/MainActivity.kt [15:22]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun onCreate(savedInstanceState: Bundle?) { Log.i("my-app", getString(R.string.app_name)) val userId: BiMap = HashBiMap.create() userId.put("guest", 2) Log.d("user-id", userId.inverse()[2] ?: "none") setContentView(R.layout.main) super.onCreate(savedInstanceState) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sources/test-integration/test-projects/android/signed/src/com/jetbrains/sample/app/MainActivity.kt [15:22]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun onCreate(savedInstanceState: Bundle?) { Log.i("my-app", getString(R.string.app_name)) val userId: BiMap = HashBiMap.create() userId.put("guest", 2) Log.d("user-id", userId.inverse()[2] ?: "none") setContentView(R.layout.main) super.onCreate(savedInstanceState) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -