[IDE-NI-MIGRATE] Migrate few tests for new inference

This commit is contained in:
Mikhail Zarechenskiy
2019-05-06 04:22:44 +03:00
parent c03dfd1522
commit c95eddbbbe
23 changed files with 46 additions and 1 deletions
@@ -2,6 +2,7 @@ import java.time.LocalDate
import java.time.LocalDateTime
// RUNTIME_WITH_FULL_JDK
// COMPILER_ARGUMENTS: -XXLanguage:-NewInference
val s = object : Sam {
override fun test(d: LocalDate, t: LocalDateTime): List<String> {
val s = "$d$t"