ad9c100137
#KT-64589 Fixed
9 lines
107 B
Kotlin
Vendored
9 lines
107 B
Kotlin
Vendored
package test
|
|
|
|
|
|
class Class {
|
|
fun first() = Unit
|
|
fun first(a: Any) = Unit
|
|
fun second() = Unit
|
|
}
|