Do not load PlatformDependent annotated built-in members with lv=1.0

#KT-15780 Fixed
This commit is contained in:
Denis Zharkov
2017-01-17 17:47:27 +03:00
parent 591de36666
commit 22ddfed911
2 changed files with 4 additions and 0 deletions
@@ -20,6 +20,8 @@ fun foo(x: List<String>, y: Throwable) {
y.fillInStackTrace() checkType { _<Int>() }
HashMap<String, Int>().getOrDefault(Any(), null)
// Falls back to extension in stdlib
y.printStackTrace()
}