[Spec tests] Fix test cases structure

This commit is contained in:
anastasiia.spaseeva
2020-07-28 11:14:38 +03:00
parent 4ad3847224
commit bef59055cd
17 changed files with 342 additions and 93 deletions
@@ -13,6 +13,8 @@
* HELPERS: checkType
*/
// FILE: TestCases.kt
// TESTCASE NUMBER: 1
fun case1() {
@@ -59,7 +61,12 @@ interface `true`{}
interface `false`{}
// FILE: TestCase7.kt
// TESTCASE NUMBER: 7
package testPackCase7c
interface `true`{}
interface `false`{}
fun case7() {
class `true` : `false`{}