add isKotlinSourceElement method to Source interface in order to recognize kotlin source elements during compilation
This commit is contained in:
+1
@@ -19,5 +19,6 @@ package org.jetbrains.kotlin.load.kotlin
|
||||
import org.jetbrains.kotlin.descriptors.SourceElement
|
||||
|
||||
public class KotlinJvmBinarySourceElement(public val binaryClass: KotlinJvmBinaryClass) : SourceElement {
|
||||
override fun isKotlinSourceElement(): Boolean = false
|
||||
override fun toString() = javaClass.name + ": " + binaryClass.toString()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user