remove incremental test: accessPrivateMembers

Original commit: 2f9151ec18
This commit is contained in:
Michael Nedzelsky
2015-08-28 10:47:25 +03:00
committed by Zalim Bashorov
parent ae9c86ddd1
commit 8c8a3e549c
5 changed files with 0 additions and 37 deletions
@@ -1,7 +0,0 @@
package test
fun main(args: Array<String>) {
val x: Foo = Foo()
foo()
c
}
@@ -1,7 +0,0 @@
package test
fun main(args: Array<String>) {
val x: Foo = Foo()
foo()
c
}
@@ -1,8 +0,0 @@
Cleaning output files:
out/production/module/META-INF/module.kotlin_module
out/production/module/test/BarKt.class
out/production/module/test/TestPackage.class
End of files
Compiling files:
src/bar.kt
End of files
@@ -1,9 +0,0 @@
package test
private class Foo
private fun foo() {
}
private val c = 1