diff --git a/compiler/testData/checkerWithErrorTypes/quick/ProjectionOnFunctionArgumentErrror.jet b/compiler/testData/checkerWithErrorTypes/quick/ProjectionOnFunctionArgumentErrror.jet new file mode 100644 index 00000000000..d509e83f5ad --- /dev/null +++ b/compiler/testData/checkerWithErrorTypes/quick/ProjectionOnFunctionArgumentErrror.jet @@ -0,0 +1,4 @@ +fun test() { + fun foo(){} + foo<in Int>() +} \ No newline at end of file