Fixed broken testdata.
This commit is contained in:
@@ -4,6 +4,6 @@ open class A() {
|
||||
|
||||
fun some() : A {
|
||||
return object : A() {
|
||||
override val method : () -> Unit? = ?
|
||||
override val method: () -> Unit? = ?
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user