mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
This is reproducible only against a K1 library ^KT-64884 GitOrigin-RevId: 928a1faa672a631b129198f5bdb0a0ae575ec6d0
8 lines
113 B
Kotlin
8 lines
113 B
Kotlin
// WITH_LIBRARY: _library
|
|
package test
|
|
|
|
import library.MyDataClass
|
|
|
|
fun usage() {
|
|
val t: MyDataC<caret>lass
|
|
} |