3a8ad45dec
Reverts and fixes 102f0d3
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
package test
|
|
|
|
internal val checkTypeProp: test.PropType? = null
|
|
internal fun <get-checkTypeProp>(): test.PropType?
|
|
|
|
internal final class PropType {
|
|
/*primary*/ public constructor PropType()
|
|
}
|