[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
annotation class My(
|
||||
public val x: Int,
|
||||
protected val y: Int,
|
||||
internal val z: Int,
|
||||
private val w: Int
|
||||
)
|
||||
|
||||
open class Your {
|
||||
open val x: Int = 0
|
||||
}
|
||||
|
||||
annotation class His(override val x: Int): Your()
|
||||
Reference in New Issue
Block a user