Drop tests with obsolete assumption

DefaultImpls classes are not visible in IDE no more because they are inner.
This commit is contained in:
Denis Zharkov
2015-09-29 17:27:28 +03:00
parent fd0c92e307
commit 8b8fa40348
6 changed files with 0 additions and 27 deletions
@@ -1,5 +0,0 @@
package wrong
interface TraitWithDefault {
fun foo() = 1
}