Don't use private interfaces in stdlib.
This is a murky area which exists just because jvm allows that.
This commit is contained in:
committed by
alexander-gorshenev
parent
b586be2a50
commit
10ade4cd35
@@ -7,7 +7,8 @@ package kotlin.text
|
|||||||
|
|
||||||
import kotlin.text.regex.*
|
import kotlin.text.regex.*
|
||||||
|
|
||||||
private interface FlagEnum {
|
@PublishedApi
|
||||||
|
internal interface FlagEnum {
|
||||||
val value: Int
|
val value: Int
|
||||||
val mask: Int
|
val mask: Int
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user