IDEA-276674 - fixed completion for private native methods

GitOrigin-RevId: 3020c99aa2faffc354ef42455d67db922a89bac2
This commit is contained in:
Ilyas Selimov
2021-08-24 19:33:08 +07:00
committed by intellij-monorepo-bot
parent 142a703911
commit 052d04ac93
6 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
class Test {
native String getResult(<caret>)
}