Update testData

This commit is contained in:
Simon Ogorodnik
2021-01-22 19:18:34 +03:00
parent 9548caf6ea
commit f2c1608c2b
6 changed files with 6 additions and 17 deletions
@@ -1,7 +0,0 @@
interface G<T> {
fun foo()
val bar: Int
}
fun <!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>G<!>.foo() {}
val <!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>G<!>.bar: Int get() = 42
@@ -1,3 +1,5 @@
// FIR_IDENTICAL
interface G<T> {
fun foo()
val bar: Int