We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Example:
class Dillo(val tailLength : Int)
Produces this HTML:
<pre>class <span class="pl-en">Dillo</span>(<span class="pl-k">val</span> <span class="pl-smi">tailLength</span> <span class="pl-k">:</span> <span class="pl-k">Int</span>)</pre>
Sorry, something went wrong.
Same for object, enum and interface
object MyObject {} interface MyInterface {} enum class MyEnum {}
#20 will solve it.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: