248f4c1645
Fix exception on applying "Convert to class" intention to Java interface with Kotlin inheritor(s) #KT-11281 Fixed (cherry picked from commit 4ec4914)
4 lines
66 B
Java
Vendored
4 lines
66 B
Java
Vendored
// "Convert to 'class'" "true"
|
|
public abstract class <caret>I {
|
|
|
|
} |