Metadata

ID: kotlin-code-style/extension-function-spacing

Language: Kotlin

Severity: Notice

Category: Code Style

Description

No description found

Non-Compliant Code Examples

fun String . foo() = "foo"

Compliant Code Examples

fun String.foo() = "foo"
PREVIEWING: ava.silver/azints-3246/replace-the-old-blob-forwarder-with-the-new-one