about the public/private modifier, does any one ha...
# announcements
f
about the public/private modifier, does any one have idea about the following style from C++ ?
Copy code
class A {
  private {
    lateinit var a : Int
   lateinit var b : Int
   lateinit var c : Int
  }
}