cbccb68948
#KT-14058 Fixed
6 lines
126 B
Kotlin
Vendored
6 lines
126 B
Kotlin
Vendored
package dependencies
|
|
|
|
fun test() {
|
|
val <warning>bar</warning> = A.bar(A.myList) // MISSING_DEPENDENCY_CLASS foo.Foo.Bar
|
|
}
|