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: function
|
||||
// TESTED_OBJECTS: My, getS
|
||||
// FLAGS: ACC_PUBLIC, ACC_FINAL
|
||||
Reference in New Issue
Block a user