UAST: Add testConvertTypeInAnnotation

This commit is contained in:
Vyacheslav Gerasimov
2017-08-01 22:50:35 +03:00
committed by Nikolay Krasko
parent 92c23aa0ed
commit e6efaaf752
2 changed files with 15 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
class C {
@Test
fun foo() {
}
}