10 lines
133 B
Kotlin
Vendored
10 lines
133 B
Kotlin
Vendored
[data(1)] class A {
|
|
fun foo() {
|
|
[inline] fun bar() {
|
|
return 1
|
|
}
|
|
|
|
[suppress("1")] 1+1
|
|
}
|
|
}
|