J2K: use of new syntax for class intialization blocks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class C(x: Any, b: Boolean) {
|
||||
public var x: Any
|
||||
|
||||
{
|
||||
init {
|
||||
if (b) {
|
||||
this.x = x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user