8 lines
62 B
Plaintext
Vendored
8 lines
62 B
Plaintext
Vendored
package a
|
|
|
|
class A
|
|
|
|
fun a() {
|
|
println("I'm a new body")
|
|
}
|