Drop decompiledText/clsStub tests for package facades

(cherry picked from commit fbaa81c)
This commit is contained in:
Pavel V. Talanov
2015-10-15 20:09:43 +03:00
committed by Dmitry Petrov
parent 3a34dc0efe
commit 93bb010875
6 changed files with 0 additions and 59 deletions
@@ -1,4 +0,0 @@
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
@@ -1,10 +0,0 @@
package test
fun f() {}
val p = 3
private var i = 2
fun Int.plus(i: Int = 1) = this + i
class ShouldNotBeVisible1
interface ShouldNotBeVisible2