31a1fb916a
#KT-18828 Fixed (cherry picked from commit 11f8f8b)
7 lines
137 B
Kotlin
Vendored
7 lines
137 B
Kotlin
Vendored
// SHOULD_FAIL_WITH: Package 'default' already contains function f1(Int)
|
|
object Test {
|
|
fun <caret>f1(n: Int) {}
|
|
}
|
|
|
|
fun f1(n: Int) {}
|