J2K: use of new syntax for class intialization blocks
This commit is contained in:
@@ -15,7 +15,7 @@ open class Frame {
|
||||
}
|
||||
|
||||
public class Client : Frame() {
|
||||
{
|
||||
init {
|
||||
val a = object : WindowAdapter() {
|
||||
override fun windowClosing() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user