Change Signature: Processing of non-Kotlin usages
#KT-5810 Fixed #KT-4187 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Foo extends A {
|
||||
Foo() {
|
||||
super(2, "abc");
|
||||
}
|
||||
|
||||
void foo() {
|
||||
new A(1, "abc");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user