Check language feature support for local and top-level lateinit vars
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// !LANGUAGE: +LateinitTopLevelProperties
|
||||
|
||||
object Delegate {
|
||||
operator fun getValue(instance: Any?, property: Any) : String = ""
|
||||
operator fun setValue(instance: Any?, property: Any, value: String) {}
|
||||
|
||||
Reference in New Issue
Block a user