Introduce HighlightingWithDependentLibrariesTest
This tests that LibraryInfo dependencies affect source files highlighting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package lib1
|
||||
|
||||
public open class Base {
|
||||
public open fun baseFun() {
|
||||
}
|
||||
}
|
||||
|
||||
public fun acceptBase(b: Base) {
|
||||
}
|
||||
Reference in New Issue
Block a user