blob: 024b9c3d0d861ba622d26ef20cd25ff5a3c284aa [file] [log] [blame]
class Test(val str: String) {
private val some = 1
protected fun foo() = some
public fun other() {}
}