20d1d12f3b
This reverts commit 434082cadb.
15 lines
274 B
Kotlin
Vendored
15 lines
274 B
Kotlin
Vendored
package foo
|
|
|
|
// NOTE THIS FILE IS AUTO-GENERATED by the generateTestDataForReservedWords.kt. DO NOT EDIT!
|
|
|
|
data class DataClass(var Kotlin: String) {
|
|
init {
|
|
testNotRenamed("Kotlin", { Kotlin })
|
|
}
|
|
}
|
|
|
|
fun box(): String {
|
|
DataClass("123")
|
|
|
|
return "OK"
|
|
} |