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