Files
kotlin/compiler/testData/codegen/bytecodeListing/inlineClasses/shapeOfInlineClassWithPrivateConstructor.kt
2018-02-09 04:57:20 +03:00

3 lines
83 B
Kotlin
Vendored

// !LANGUAGE: +InlineClasses
inline class UInt private constructor(val value: Int)