Files
kotlin-fork/j2k/testData/fileOrElement/importStatement/importWithKeywords.kt
T
Denis Zharkov 20d1d12f3b Revert "'yield' reserved as a keyword"
This reverts commit 434082cadb.
2016-06-08 18:53:16 +03:00

7 lines
142 B
Kotlin
Vendored

// ERROR: Unresolved reference: `as`
package test
import `as`.type.`val`.`var`.`fun`.`is`.`in`.`object`.`when`.`typeof`
internal class Test