workaround for KT-9407: don't use qualified name in Pattern class link

#KT-12129 Fixed
This commit is contained in:
Dmitry Jemerov
2016-05-12 17:53:30 +02:00
parent 11c0b30394
commit be8c953be6
@@ -89,7 +89,7 @@ public data class MatchGroup(public val value: String, public val range: IntRang
/** /**
* Represents an immutable regular expression. * Represents an immutable regular expression.
* *
* For pattern syntax reference see [java.util.regex.Pattern] * For pattern syntax reference see [Pattern]
*/ */
public class Regex public class Regex
@kotlin.internal.InlineExposed @kotlin.internal.InlineExposed