8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
package test
|
|
|
|
fun `fun`(){}
|
|
|
|
fun foo() {
|
|
`fun`()<caret>
|
|
}
|