Transform Throwable members to properties
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9088bf67c7
commit
17c906658d
+1
-1
@@ -36,7 +36,7 @@ fun test(<!UNUSED_PARAMETER!>l<!> : <!PLATFORM_CLASS_MAPPED_TO_KOTLIN!>java.util
|
||||
// ...
|
||||
}
|
||||
catch(e: Exception) {
|
||||
System.out.println(e.getMessage())
|
||||
System.out.println(e.message)
|
||||
}
|
||||
|
||||
PrintStream("sdf")
|
||||
|
||||
Reference in New Issue
Block a user