Introduced category for default object usages.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Nested class/object (5: 5) Foo.f()
|
||||
Nested class/object (8: 9) Foo.Bar.f()
|
||||
Unclassified usage (6: 13) val x = Foo
|
||||
Unclassified usage (9: 18) val xx = Foo.Bar
|
||||
Default object (5: 5) Foo.f()
|
||||
Default object (6: 13) val x = Foo
|
||||
Default object (8: 9) Foo.Bar.f()
|
||||
Default object (9: 18) val xx = Foo.Bar
|
||||
@@ -1,4 +1,4 @@
|
||||
Nested class/object (5: 5) Foo.f()
|
||||
Nested class/object (8: 9) Foo.Default.f()
|
||||
Unclassified usage (6: 13) val x = Foo
|
||||
Unclassified usage (9: 18) val xx = Foo.Default
|
||||
Default object (5: 5) Foo.f()
|
||||
Default object (6: 13) val x = Foo
|
||||
Default object (8: 9) Foo.Default.f()
|
||||
Default object (9: 18) val xx = Foo.Default
|
||||
Reference in New Issue
Block a user