Fix UL classes test for inline classes support
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
/** should load cls */
|
||||
inline class UInt(private val value: Int) { }
|
||||
|
||||
/** should load cls */
|
||||
inline enum class Foo(val x: Int) {
|
||||
A(0), B(1);
|
||||
|
||||
fun example() { }
|
||||
}
|
||||
|
||||
/** should load cls */
|
||||
inline class InlinedDelegate<T>(var node: T) {
|
||||
operator fun setValue(thisRef: A, property: KProperty<*>, value: T) {
|
||||
if (node !== value) {
|
||||
|
||||
Reference in New Issue
Block a user