7d62e3ce56
Before this commit, we answered 'no top level class' if Java class finder could not calculate known class names. However, it's incorrect, because this situation means 'don't actually know'. To precise semantics, function name was also inverted
4 lines
215 B
Plaintext
Vendored
4 lines
215 B
Plaintext
Vendored
FILE: Some.kt
|
|
public final val someList: R|kotlin/collections/List<kotlin/Int>| = R|kotlin/collections/listOf|<R|kotlin/Int|>(Int(1), Int(2), Int(3))
|
|
public get(): R|kotlin/collections/List<kotlin/Int>|
|