Fix error on getting descriptor for class object
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package testing
|
||||
|
||||
object Testing {
|
||||
class object {
|
||||
<caret>va
|
||||
}
|
||||
}
|
||||
|
||||
/// Should not fall on temp references in invalid code
|
||||
// REF_EMPTY
|
||||
Reference in New Issue
Block a user