Files
kotlin-fork/idea/testData/decompiler/navigationMultipleRuntimes/expected.sources
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
196 B
Plaintext
Vendored

Collections.kt
public interface <3>Map<K, out V> {
Primitives.kt
public class <2><4><5>Int private constructor() : Number(), Comparable<Int> {
Sequence.kt
public interface <1>Sequence<out T> {