Support default property reference inlining

This commit is contained in:
Mikhael Bogdanov
2017-05-15 18:21:10 +02:00
parent a96fada230
commit 05d2aa700b
9 changed files with 151 additions and 9 deletions

View File

@@ -3,8 +3,6 @@
// SKIP_INLINE_CHECK_IN: inlineFun$default
package test
fun ok() = "OK"
class A(val value: String) {
fun ok() = value
}