Files
kotlin-fork/idea/testData/decompiler/navigationMultipleRuntimes/src/module.kt
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

2 lines
48 B
Kotlin
Vendored

fun main(s: Sequence<Int>, m: Map<Int, Int>) {
}