import A.B // IMPORT_NESTED_CLASSES: true fun bar(s: String) { val t: B = A().B(s) }