We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e6812 commit 159a093Copy full SHA for 159a093
1 file changed
README.md
@@ -98,7 +98,7 @@ TestReflection testReflection = BRTestReflection.get()._new("a", "b");
98
反射方法
99
```java
100
// 静态方法
101
-BRTestReflection.get(testReflection).testContextInvoke("context", 0);
+BRTestReflection.get().testStaticInvoke("static", 0);
102
103
// 上下文方法
104
BRTestReflection.get(testReflection).testContextInvoke("context", 0);
0 commit comments