[FIR] Support @OnlyInputTypes annotation
^KT-54807 Fixed
This commit is contained in:
committed by
Space Team
parent
5cc08fb314
commit
1b27d60307
+1
-1
@@ -96,7 +96,7 @@ class TypeTest {
|
||||
)
|
||||
}
|
||||
|
||||
@Suppress("RemoveExplicitTypeArguments", "TYPE_INFERENCE_ONLY_INPUT_TYPES_WARNING")
|
||||
@Suppress("RemoveExplicitTypeArguments", "TYPE_INFERENCE_ONLY_INPUT_TYPES_WARNING", "TYPE_INFERENCE_ONLY_INPUT_TYPES_ERROR")
|
||||
@Test
|
||||
fun `test - equals`() {
|
||||
assertEquals(extrasTypeOf<List<Int>>(), extrasTypeOf<List<Int>>())
|
||||
|
||||
Reference in New Issue
Block a user