[FIR] Fix methods with erased parameters missing from raw collection scope
#KT-65448 Fixed
This commit is contained in:
committed by
Space Team
parent
931480b12d
commit
e88865e4c7
+8
@@ -0,0 +1,8 @@
|
||||
abstract class E : Java1 {
|
||||
constructor() /* primary */ {
|
||||
super/*Java1*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user