Cleanup deprecated symbol usages in testData
This commit is contained in:
@@ -15,7 +15,7 @@ fun box(): String {
|
||||
return "Fail: should have been an exception"
|
||||
}
|
||||
catch(e: IllegalStateException) {
|
||||
println(e.getMessage())
|
||||
println(e.message)
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user