[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package d
|
||||
|
||||
abstract val a : Int = 1
|
||||
|
||||
override val c : Int = 1
|
||||
|
||||
final fun foo() = 2
|
||||
|
||||
abstract fun baz() = 2
|
||||
|
||||
class T {}
|
||||
override fun T.bar() = 2
|
||||
Reference in New Issue
Block a user