[Analysis Api] Expose klibSourceFile via KtKlibSourceFileProviderMixIn
This `klibSourceFile` information is deserialized from klibs to retain the information of the original SourceFile location of a declaration. ^KT-66271 Fixed
This commit is contained in:
committed by
Space Team
parent
6d8a4a28af
commit
6b98602afc
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
// TARGET_PLATFORM: JS
|
||||
// MODULE_KIND: LibraryBinary
|
||||
|
||||
// FILE: Some.kt
|
||||
package some
|
||||
class Foo
|
||||
|
||||
// FILE: Other.kt
|
||||
package other
|
||||
class Bar
|
||||
Reference in New Issue
Block a user