Minor, fix test data for PublishedApi on inline class constructor

PublishedApi is not available at runtime because it has BINARY
retention. Probably this test should check some other RUNTIME-retained
annotation
This commit is contained in:
Alexander Udalov
2018-10-31 17:25:12 +01:00
parent 911420d823
commit be66591a4f
@@ -0,0 +1,7 @@
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
}