Java UAST: rename test and input to clarify annotation target

^IDEA-336319
^IDEA-353636

GitOrigin-RevId: b0be7ab0f22f7679bed67b5c5e8571c6d2efc23f
This commit is contained in:
Jinseong Jeon
2024-05-16 23:46:06 -07:00
committed by intellij-monorepo-bot
parent f5c980ed21
commit dff9d15398
4 changed files with 1 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ class SimpleJavaRenderLogTest : AbstractJavaRenderLogTest(), RenderLogTestBase {
fun testRecord() = doTest("Simple/Record.java")
@Test
fun testTypeAnnotations() = doTest("Simple/TypeAnnotations.java")
fun testTypeUseAnnotations() = doTest("Simple/TypeUseAnnotations.java")
@Test
fun testInstanceOfTypeTestPattern() = doTest("Simple/InstanceOfTypeTestPattern.java")