Change Signature: Processing of non-Kotlin usages
#KT-5810 Fixed #KT-4187 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
open class A(n: Int,
|
||||
s: String)
|
||||
|
||||
class B: A(1, "abc")
|
||||
Reference in New Issue
Block a user