Don't generate backing field for erased inline class
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
|
||||
inline class Foo(val l: Long) {
|
||||
fun empty() {}
|
||||
fun param(x: Double) {}
|
||||
fun Any.extension(y: String) {}
|
||||
}
|
||||
Reference in New Issue
Block a user