Metadata

ID: kotlin-code-style/colon-spacing

Language: Kotlin

Severity: Notice

Category: Code Style

Description

No description found

Non-Compliant Code Examples

class Foo:Bar

class Foo    :    Bar

Compliant Code Examples

class Foo : Bar
PREVIEWING: hdafgard/add-memory-leaks-section-to-service-page