Cleanup after review

+ stub builder test for multifile class
This commit is contained in:
Dmitry Petrov
2015-09-09 15:12:12 +03:00
parent 8162272106
commit cd341e957e
16 changed files with 202 additions and 96 deletions
@@ -2,9 +2,10 @@
@file:JvmMultifileClass
package test
private var i = 2
fun Int.plus(i: Int = 1) = this + i
public val val1a = 42
private val String.val2a: Int get() = 0
public fun fn1a() {}
public fun String.fn2a() {}
class ShouldNotBeVisible1
interface ShouldNotBeVisible2