33e6a85a2d
We exclude testData pattern from copyright scope
5 lines
120 B
Kotlin
Vendored
5 lines
120 B
Kotlin
Vendored
class Foo(
|
|
val a: String = "foo"
|
|
val b: Int = <expr>a.length</expr>,
|
|
val c: Long = (a.length - 1).toLong()
|
|
) |