fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -3,7 +3,7 @@ public class KOuter: Outer() {
|
||||
var next: Outer.A? = (this@KOuter : Outer).A()
|
||||
val myBar: String? = (this@KOuter : Outer).A().bar
|
||||
|
||||
{
|
||||
init {
|
||||
(this@KOuter : Outer).A().bar = ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user