c185cecb40
#KT-31902 Fixed #KT-33937 Fixed
5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
package a.b
|
|
|
|
val Foo.foo: Int get() = 123
|
|
fun foo(i: (Int, Int) -> Unit) {}
|
|
class Foo {} |