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