Fix incorrect message for new nullability assertion exception in 1.4
#KT-36026 Fixed
This commit is contained in:
compiler/tests-spec/testData/codegen/box/notLinked/objects/inheritance/neg/12.exceptions.runtime.txt
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method Foo.<init>, parameter x
|
||||
java.lang.NullPointerException: Parameter specified as non-null is null: method Foo.<init>, parameter x
|
||||
Foo.<init>(12.kt)
|
||||
Reference in New Issue
Block a user