提交 1866b04e 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

Update class.md

上级 2248402d
...@@ -494,11 +494,11 @@ class Test { ...@@ -494,11 +494,11 @@ class Test {
#### kotlin 平台匿名内部类写法 #### kotlin 平台匿名内部类写法
``` ```ts
const runnable = new (class implements Runnable { const runnable = new (class implements Runnable {
override run() { override run() {
} }
}) })
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册