blob: 0e4a725a437a6bcc8a1709ed4c499e947194b65e [file] [log] [blame]
// "Create member function 'A.foo'" "true"
// JS
external object A
fun test() {
A.<caret>foo()
}