blob: ccc6c56e121271ee9cac0e1cc1482c7629c3266e [file] [log] [blame]
fun Int.foo(x: Int) = this - x
val x = <caret>Int::foo