提交 6f98a768 编写于 作者: 杜庆泉's avatar 杜庆泉

Update uts-for-android.md

上级 4824b8aa
......@@ -959,15 +959,15 @@ user!!.sayHello();
#### 5.1.6 快速调用父类实现
```ts
//ts 中快速实现super
```kotlin
//kotlin 中快速实现super
constructor() : super() {
}
```
```kotlin
//kotlin 中快速实现super
```uts
//uts 中快速实现super
constructor (){
super();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册