Implement tests map generator and refactor folder structure to spec tests linking

This commit is contained in:
victor.petukhov
2019-08-19 11:26:12 +03:00
parent 28da325a11
commit cf692fb257
217 changed files with 2827 additions and 1787 deletions
@@ -628,7 +628,7 @@ fun case_29(a: Inv<in Nothing>) {
// TESTCASE NUMBER: 30
fun case_30() {
val a = In<Number?>()
val b = a.getWithUpperBoundT<Int?>()
val b = a.getWithUpperBoundT<Int?>(10)
if (b != null) {
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Int & kotlin.Int?")!>b<!>