9 lines
95 B
Plaintext
Vendored
9 lines
95 B
Plaintext
Vendored
// "Remove '=' token from function declaration" "true"
|
|
|
|
fun foo() {
|
|
bar()
|
|
}
|
|
|
|
fun bar() {
|
|
|
|
} |