8 lines
106 B
Plaintext
Vendored
8 lines
106 B
Plaintext
Vendored
// "Create parameter 'foo'" "true"
|
|
|
|
class A {
|
|
class B(foo: Int) {
|
|
val test: Int = foo
|
|
}
|
|
}
|