[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// FULL_JDK
|
||||
private typealias MyAlias = CharSequence
|
||||
|
||||
class A {
|
||||
private val foo = java.util.concurrent.ConcurrentHashMap<String, MyAlias>()
|
||||
|
||||
private fun bar() {
|
||||
foo["dd"]?.baz()
|
||||
}
|
||||
|
||||
private fun MyAlias.baz() {}
|
||||
}
|
||||
Reference in New Issue
Block a user