MemberModel: do not report when filename is not a proper identifier

GitOrigin-RevId: 526379531fdf35391a01ae13b995c3b12e21cb6b
This commit is contained in:
Artemiy Sartakov
2021-06-23 15:26:06 +07:00
committed by intellij-monorepo-bot
parent 4c26f710ff
commit 0edb49570e
3 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
// "Move member into class" "false"
void foo<caret>() {
}