mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
PublishedApi is not available at runtime because it has BINARY retention. Probably this test should check some other RUNTIME-retained annotation
8 lines
193 B
Plaintext
Vendored
8 lines
193 B
Plaintext
Vendored
package test
|
|
|
|
public final inline class Z {
|
|
/*primary*/ internal constructor Z(/*0*/ kotlin.Int)
|
|
public final val value: kotlin.Int
|
|
public final fun <get-value>(): kotlin.Int
|
|
}
|