mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
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 {
|
|
|
|
} |