Added init keyword to testdata
This commit is contained in:
@@ -2,7 +2,7 @@ class Foo {
|
||||
companion object {
|
||||
val bar: String
|
||||
|
||||
{
|
||||
init {
|
||||
bar = "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user