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