IDEA-204900 Smart Enter fails to add function body if staying at annotation

GitOrigin-RevId: 1216c56cb12209f569f88ce4afea2528166b3437
This commit is contained in:
peter
2019-05-20 17:25:46 +02:00
committed by intellij-monorepo-bot
parent c9f5024a9b
commit a556114614
4 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
class A {
void foo(@Not<caret>Null String p)
}