mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +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
61 B
Java
Vendored
4 lines
61 B
Java
Vendored
// "Convert to 'class'" "true"
|
|
public interface <caret>I {
|
|
|
|
} |