6 lines
79 B
Scala
6 lines
79 B
Scala
|
package test;
|
||
|
class Foo {
|
||
|
val xxx = something ||
|
||
|
something_else;
|
||
|
}
|