update testdata for https://github.com/JetBrains/kotlin/pull/896/
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// ERROR: Unresolved reference: println
|
||||
open class A() {
|
||||
open val method : () -> Unit? = {println("hello")}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user