mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Proper fix implies for SymbolLightClassForClassOrObject to extend SyntheticElement #KTIJ-27970 GitOrigin-RevId: 6c1f365e168d99b768352b5d08e2b535df58a240
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
// PATH: SimpleKotlinClass.kt
|
|
// SHOW_MEMBERS: TRUE
|
|
|
|
// FILE: SimpleKotlinClass.kt
|
|
interface IFace
|
|
|
|
class SimpleKotlinClass: IFace |