Add and (un)mute inline class tests
This commit is contained in:
committed by
Alexander Udalov
parent
f1f0c7e0a0
commit
917ef250cf
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
inline class Rgba(val value: Int) {
|
||||
inline val r: Int get() = (value shr 0) and 0xFF
|
||||
|
||||
Reference in New Issue
Block a user