8 lines
56 B
Plaintext
Vendored
8 lines
56 B
Plaintext
Vendored
package a
|
|
|
|
class A
|
|
|
|
fun a(): String {
|
|
return ":)"
|
|
}
|