90a0c9bb25
Also enables more tests that covers previous quickfixes
10 lines
123 B
Kotlin
Vendored
10 lines
123 B
Kotlin
Vendored
package foo.bar
|
|
|
|
fun test() {
|
|
class A {
|
|
inner class B
|
|
}
|
|
|
|
fun <!UNRESOLVED_REFERENCE!>A.B<!>.foo() {}
|
|
}
|