Fix debugger tests.
- Index binaries by facade class fqName - Fix DebuggerUtils: should understand new facades - Refactor IDELightClassGenerationSupport - Add facadeSimpleName to KotlinFileStub
This commit is contained in:
committed by
Michael Bogdanov
parent
f9901f6075
commit
5ca8f7409a
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
fun foo() {
|
||||
println("Hello!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user