33e6a85a2d
We exclude testData pattern from copyright scope
15 lines
154 B
Kotlin
Vendored
15 lines
154 B
Kotlin
Vendored
class A constructor(a: Int) {
|
|
fun boo() {
|
|
fun bar() {
|
|
|
|
}
|
|
}
|
|
|
|
val i: Int = 42
|
|
|
|
init {
|
|
fun foo() {
|
|
|
|
}
|
|
}
|
|
} |