mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
word revise
This commit is contained in:
parent
8e3e328672
commit
5de88be198
@ -81,7 +81,7 @@
|
||||
|
||||
### Java 用户的使用指南
|
||||
|
||||
- Java 中的「方法」在 Kotlin 中均被成为「函数」。
|
||||
- Java 中的「方法」在 Kotlin 中均被称为「函数」。
|
||||
- Kotlin 默认的访问权限是 `public`。如 Kotlin `class Test` 相当于 Java 的 `public class Test {}`
|
||||
- Kotlin 的函数定义 `fun test(int: Int): String` 相当于 Java 的方法定义 `public String test(int int)`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user