Disallowed using type parameter as reified type argument.
#KT-3050 fixed
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ class SyntaxHighligher() {
|
||||
|
||||
fun putAll(tokenSet: TokenSet?, style: String): Unit {
|
||||
if (tokenSet != null) {
|
||||
for (token in tokenSet.getTypes().orEmpty()) {
|
||||
for (token in tokenSet.getTypes()) {
|
||||
styleMap.put(token, style)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user