Find Usages: Fix NPE on constructor with missing name

#EA-69907 Fixed
This commit is contained in:
Alexey Sedunov
2015-08-18 15:15:12 +03:00
parent 06cca689fc
commit 69218e2647
4 changed files with 14 additions and 2 deletions
@@ -0,0 +1,5 @@
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetPrimaryConstructor
// OPTIONS: usages
class <caret>() {
}