Merge code

This commit is contained in:
2022-03-29 13:50:38 +08:00
parent 31410eb6e1
commit 85725a7231

View File

@@ -183,7 +183,7 @@ class FieldFinder(
* 得到变量实例 * 得到变量实例
* @return [T] or null * @return [T] or null
*/ */
fun <T> cast() = get(instance).self as? T? fun <T> cast() = self as? T?
/** /**
* 得到变量的 [Byte] 实例 * 得到变量的 [Byte] 实例