add ultra-light classes/members that work without backend in simple cases
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/** should load cls */
|
||||
class C @JvmOverloads constructor(
|
||||
val type: String?,
|
||||
val p1: Boolean = false,
|
||||
val p2: String = type
|
||||
)
|
||||
Reference in New Issue
Block a user