J2K: use of new syntax for class intialization blocks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class C(private val s: String?) {
|
||||
|
||||
{
|
||||
init {
|
||||
if (s == null) {
|
||||
System.out.print("null")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user