mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
Light Classes: Implement light elements for 'extends'/'implements' reference lists. Support adding/removing of super type list entries via light elements.
Fix exception on applying "Convert to class" intention to Java interface with Kotlin inheritor(s) #KT-11281 Fixed (cherry picked from commit 4ec4914)
This commit is contained in:
4
idea/testData/quickfix/convertJavaInterfaceToClass/kotlinInheritor.before.Main.java
vendored
Normal file
4
idea/testData/quickfix/convertJavaInterfaceToClass/kotlinInheritor.before.Main.java
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// "Convert to 'class'" "true"
|
||||
public interface <caret>I {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user