feiyu02
2025-03-28 7d74f3fd087d4a8192ed556a6c2e3a2ea3c81cff
src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt
@@ -2,6 +2,7 @@
import org.junit.Test
import java.util.*
import kotlin.properties.Delegates
class CommonTest {
@@ -12,4 +13,10 @@
        println(fName)
        println(dName)
    }
    @Test
    fun annotationTest() {
        "name" + "1"
        mapOf<String, String>("name" to "1")
    }
}