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