33e6a85a2d
We exclude testData pattern from copyright scope
3 lines
72 B
Kotlin
Vendored
3 lines
72 B
Kotlin
Vendored
class A(a: Boolean, val pro<caret>p: Int = 42) {
|
|
fun foo() = "str"
|
|
} |