Do not load PlatformDependent annotated built-in members with lv=1.0
#KT-15780 Fixed
This commit is contained in:
+2
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user