Fixed KT-5493: NPE fix
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun box() : String {
|
||||
try {
|
||||
return "OK"
|
||||
}
|
||||
finally {
|
||||
null?.hashCode()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user