f2bb6e4dac
#KT-4379 Fixed
7 lines
148 B
Kotlin
Vendored
7 lines
148 B
Kotlin
Vendored
import Foo as <info descr="null">~Bar</info>
|
|
|
|
class Foo
|
|
|
|
fun test() {
|
|
val bar: <info descr="null">Bar</info> = <info descr="null">Bar</info>()
|
|
} |