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