9fcf6c5f89
Somehow we ended up in the state where we have two diagnostics which are not covered by any tests in the project. This commit adds simple tests for them. #KT-60797
8 lines
78 B
Kotlin
Vendored
8 lines
78 B
Kotlin
Vendored
import foo.*
|
|
|
|
fun test(foo: Foo) {
|
|
foo.field
|
|
foo.method()
|
|
Foo()
|
|
}
|