5 lines
88 B
Plaintext
Vendored
5 lines
88 B
Plaintext
Vendored
// "Create parameter 'foo'" "true"
|
|
|
|
class A(foo: Int) {
|
|
val test: Int = <caret>foo
|
|
} |