Tests for file structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Test(val str: String) {
|
||||
private val some = 1
|
||||
protected fun foo() = some
|
||||
public fun other() {}
|
||||
}
|
||||
Reference in New Issue
Block a user