[FIR-IDE] Update tests

This commit is contained in:
Pavel Kirpichenkov
2020-09-03 15:06:22 +03:00
parent 177fcefa68
commit 8b28e54584
15 changed files with 29 additions and 0 deletions
@@ -1,3 +1,4 @@
// FIR_COMPARISON
interface D<T>
fun <T1, T2 : D<T1>> T2.ext() {}