[FIR] Fix handling fake overrides in override visibility check
^KT-65432
This commit is contained in:
committed by
Space Team
parent
61f14374b9
commit
24f8da471f
@@ -0,0 +1,17 @@
|
||||
class A : Java1 {
|
||||
constructor() /* primary */ {
|
||||
super/*Java1*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
open class KotlinClass : ArrayList<Int> {
|
||||
constructor() /* primary */ {
|
||||
super/*ArrayList*/<Int>()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user