[FIR] Report friendly errors for type aliases from stdlib if -no-jdk option is set

^KT-54531 Fixed
This commit is contained in:
Ivan Kochurkin
2022-11-22 23:20:50 +01:00
committed by Space Team
parent 8eeb7e2631
commit 879deb90fc
5 changed files with 25 additions and 3 deletions
@@ -0,0 +1,3 @@
fun main() {
throw NullPointerException()
}