// "Make '' public" "true" // ACTION: "Make '' internal" class Demo { var attribute = "a" } fun main() { val c = Demo() c.attribute = "test" }