Lateinit property backing field now inherits visibility from the property setter

This commit is contained in:
Mikhail Glukhikh
2015-12-22 19:14:32 +03:00
parent ebda21c68a
commit f56dc722d9
5 changed files with 55 additions and 0 deletions
@@ -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