Lateinit property backing field now inherits visibility from the property setter
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class My {
|
||||
lateinit var s: String
|
||||
private set
|
||||
}
|
||||
|
||||
// TESTED_OBJECT_KIND: property
|
||||
// TESTED_OBJECTS: My, s
|
||||
// FLAGS: ACC_PRIVATE
|
||||
Reference in New Issue
Block a user