Better tests

This commit is contained in:
Valentin Kipyatkov
2015-01-21 20:03:48 +03:00
parent d2016e2670
commit 4f2ecffee1
6 changed files with 29 additions and 3 deletions
@@ -1,6 +1,7 @@
package
package p {
internal fun bar(): p.Foo.Nested?
internal fun foo(): p.Foo.Nested?
internal final class Bar : p.Foo {