Tests for file structure

This commit is contained in:
Nikolay Krasko
2014-05-19 20:49:09 +04:00
parent 63d5897d93
commit dfd66440b4
14 changed files with 178 additions and 1 deletions
@@ -0,0 +1,5 @@
class Test(val str: String) {
private val some = 1
protected fun foo() = some
public fun other() {}
}