[NI] Fix testdata after enabling NI in IDE tests

This commit is contained in:
Dmitriy Novozhilov
2019-06-03 12:13:16 +03:00
parent dca23f871c
commit ef91960fe9
2 changed files with 2 additions and 1 deletions
@@ -1,4 +1,5 @@
//ALLOW_AST_ACCESS
// !LANGUAGE: +NewInference
package test
interface Rec<R, out T: Rec<R, T>> {