From e102578ebfc95c27aeb13dce13fb82af53a2bead Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 25 二月 2021 17:07:23 +0800
Subject: [PATCH] 1. 新增夜间施工查询界面 2. 新增夜间施工管理统计界面
---
app/src/test/java/cn/flightfeather/thirdapp/Test.kt | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/app/src/test/java/cn/flightfeather/thirdapp/Test.kt b/app/src/test/java/cn/flightfeather/thirdapp/Test.kt
index 8739267..b0a37d1 100644
--- a/app/src/test/java/cn/flightfeather/thirdapp/Test.kt
+++ b/app/src/test/java/cn/flightfeather/thirdapp/Test.kt
@@ -42,4 +42,11 @@
val s = Gson().toJson(list)
println(s)
}
+
+ @Test
+ fun foo4() {
+ val list = listOf(1, 2, 3)
+ list.toMutableList().clear()
+ println(list)
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3