add support for classes with packages #KT-65909 fixed
Merge-request: KT-MR-14623 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package namespace.deeper
|
||||
|
||||
class NAMESPACED_CLASS
|
||||
|
||||
class Foo {
|
||||
class INSIDE_CLASS // this should be ignored currently
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package namespace
|
||||
|
||||
class NAMESPACED_CLASS
|
||||
|
||||
class Foo {
|
||||
class INSIDE_CLASS // this should be ignored currently
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
|
||||
class Foo {
|
||||
class INSIDE_CLASS // this should be ignored currently
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
package namespace
|
||||
|
||||
class NAMESPACED_CLASS
|
||||
Reference in New Issue
Block a user