New J2K: Fix super call to Kotlin class with implicit constructor
#KT-36159 fixed
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
open class EmptyTest {
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class TestJ extends EmptyTest {
|
||||
public TestJ() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
class TestJ : EmptyTest()
|
||||
Reference in New Issue
Block a user