Skip to content

Commit

Permalink
Update website/versioned_docs/version-1.23.4/rules/style.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brais Gabín <braisgabin@gmail.com>
  • Loading branch information
baseballyama and BraisGabin committed May 19, 2024
1 parent 9930688 commit 46b20e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/versioned_docs/version-1.23.4/rules/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,6 @@ of unstable, experimental or deprecated methods, especially for methods imported
#### Noncompliant Code:

```kotlin
import java.lang.System
fun main() {
println()
val myPrintln : () -> Unit = ::println
Expand Down

0 comments on commit 46b20e6

Please sign in to comment.