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
@@ -19,10 +19,10 @@ fun <K> expandOutWithRemoveNullable(vararg x: Out<K?>): K = x[0] as K
fun <K> removeNullable(vararg x: K?): K = x as K
fun <T> T.funT() = 10
fun <T> T?.funNullableT = 10
fun <T> T?.funNullableT() = 10
fun Any.funAny() = 10
fun Any?.funNullableAny = 10
fun Any?.funNullableAny() = 10
fun funNothingQuest() = null