[LL API] Add tests for 'FileBasedKotlinDeclarationProvider'
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// CLASS: Foo
|
||||
// CLASS: Foo.Bar
|
||||
// FUNCTION: /#foo
|
||||
|
||||
class Foo {
|
||||
object Bar
|
||||
}
|
||||
|
||||
fun foo() {}
|
||||
Reference in New Issue
Block a user