Files
kotlin-fork/idea/testData/decompiler/navigationMultipleRuntimes/expected.decompiled
T
Pavel V. Talanov ca6516c2a2 findDecompiledDeclaration: find builtIns more accurately
Use resolveScope of a reference to help searching for builtIn binaries
Do not search non-builtIn descriptors in random scopes
2017-03-27 21:24:45 +03:00

7 lines
246 B
Plaintext
Vendored

Sequence.class
public interface <1>Sequence<out T> {
collections.kotlin_builtins
public interface <3>Map<K, out V> {
kotlin.kotlin_builtins
public final class <2><4><5>Int private constructor() : kotlin.Number, kotlin.Comparable<kotlin.Int> {