259d03198d
Original commit: 5acd054c72
8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
package test
|
|
class Foo {
|
|
fun f() {
|
|
Bar()
|
|
}
|
|
|
|
class Boo
|
|
} |