mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-09-01 04:07:51 +08:00
更新docsify阅读方式
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
void foo(int a) {}
|
||||
foo(0);
|
||||
Bar::foo;
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["keyword", "void"],
|
||||
["function", "foo"],
|
||||
["punctuation", "("],
|
||||
["keyword", "int"],
|
||||
" a",
|
||||
["punctuation", ")"],
|
||||
["punctuation", "{"],
|
||||
["punctuation", "}"],
|
||||
|
||||
["function", "foo"],
|
||||
["punctuation", "("],
|
||||
["number", "0"],
|
||||
["punctuation", ")"],
|
||||
["punctuation", ";"],
|
||||
|
||||
["class-name", "Bar"],
|
||||
["operator", ":"],
|
||||
["operator", ":"],
|
||||
["function", "foo"],
|
||||
["punctuation", ";"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for functions.
|
||||
Reference in New Issue
Block a user