[K2] Local property accessors are always default.

This commit is contained in:
Mads Ager
2023-03-17 13:08:06 +01:00
committed by Mikhail Glukhikh
parent 3795fc1106
commit a6520a294b
2 changed files with 6 additions and 7 deletions
@@ -1,5 +1,3 @@
// IGNORE K2
import kotlin.reflect.KProperty
class Delegate<T>(val value: T? = null) {