33e6a85a2d
We exclude testData pattern from copyright scope
5 lines
140 B
Kotlin
Vendored
5 lines
140 B
Kotlin
Vendored
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtConstructor
|
|
@PublishedApi
|
|
internal class Foo {
|
|
@PublishedApi internal constructor() {}
|
|
} |