Can you give an example of such a context?
# announcements
k
Can you give an example of such a context?
r
@karelpeeters Fictional example
Copy code
val a = get... ()
println(a::setB.name)
//rather than
printl (AClassWithANameIDontWantToType::setB.name)