Minor: add two accidentally deleted files to test case

This commit is contained in:
Alexey Tsvetkov
2016-03-11 02:39:55 +03:00
parent d352905a72
commit 52be775f28
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,3 @@
package foo
open class B() : A(5)
@@ -0,0 +1,5 @@
package foo
fun createADefault() {
A(5)
}