nullable safe calls supported (only for fields)
This commit is contained in:
@@ -5,6 +5,6 @@ RED
|
||||
YELLOW
|
||||
BLUE
|
||||
override public fun run() : Unit {
|
||||
System.out.println(("name()=" + name() + ", toString()=" + toString()))
|
||||
System.`out`?.println(("name()=" + name() + ", toString()=" + toString()))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user