Support default property reference inlining
This commit is contained in:
Vendored
-2
@@ -3,8 +3,6 @@
|
||||
// SKIP_INLINE_CHECK_IN: inlineFun$default
|
||||
package test
|
||||
|
||||
fun ok() = "OK"
|
||||
|
||||
class A(val value: String) {
|
||||
fun ok() = value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user