JS/RTTI. Fix runtime checking against kotlin.CharSequence
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ import com.google.common.base.Predicate
|
||||
import org.jetbrains.kotlin.descriptors.DeclarationDescriptor
|
||||
import org.jetbrains.kotlin.types.KotlinType
|
||||
|
||||
interface TypePredicate : Predicate<KotlinType> {
|
||||
public interface TypePredicate : Predicate<KotlinType> {
|
||||
override fun apply(type: KotlinType?): Boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user