mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 04:54:05 +09:00
kotlin update 1.8.20
This commit is contained in:
@@ -50,7 +50,8 @@ import java.util.*
|
||||
*
|
||||
* Created by minjaesong on 2018-12-08.
|
||||
*/
|
||||
inline class Yaml(val text: String) {
|
||||
@JvmInline
|
||||
value class Yaml(val text: String) {
|
||||
|
||||
companion object {
|
||||
val SEPARATOR = Regex(" : ")
|
||||
|
||||
Reference in New Issue
Block a user