Kapt+JVM_IR: do not generate super constructor call
#KT-57699 Fixed #KT-57939 Fixed
This commit is contained in:
committed by
Space Team
parent
3cdf4bae07
commit
287e0909cc
@@ -0,0 +1,9 @@
|
||||
// CORRECT_ERROR_TYPES
|
||||
|
||||
@file:Suppress("UNRESOLVED_REFERENCE")
|
||||
|
||||
package test
|
||||
|
||||
abstract class A(val s: String)
|
||||
|
||||
class B : A(C.foo())
|
||||
Reference in New Issue
Block a user