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