update testdata for https://github.com/JetBrains/kotlin/pull/896/
This commit is contained in:
-1
@@ -1,4 +1,3 @@
|
||||
// ERROR: Unresolved reference: println
|
||||
open class A() {
|
||||
open fun foo(value : Int) : Unit = println(value)
|
||||
open val bar : Int = 0
|
||||
|
||||
Reference in New Issue
Block a user