blob: 8142cb0a4b4fda22cc6f3cb7d9ac684925836953 [file] [log] [blame]
class A {
fun bar() = 1
}
fun foo(a: A) {
val x = a.bar().val<caret>
}