One more test for import nested classes setting
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// IMPORT_NESTED_CLASSES: true
|
||||
|
||||
import A.B
|
||||
|
||||
fun bar(s: String) {
|
||||
val t: B = A().B(s)
|
||||
}
|
||||
Reference in New Issue
Block a user