dd824aacb6
This reverts commit 43b4df74bc.
8 lines
66 B
Kotlin
Vendored
8 lines
66 B
Kotlin
Vendored
//NewName
|
|
// WITH_STDLIB
|
|
@file:JvmName("NewName")
|
|
|
|
fun foo() {
|
|
|
|
}
|