mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-10 15:52:06 +00:00
- Add utilities to add new attribute to ConeAttributes
- Get rid of FlexibleNullability attribute (it can be easily inferred
for any flexible type at any moment)
- Fix determining of EnhancedNullability attribute
7 lines
168 B
Plaintext
Vendored
7 lines
168 B
Plaintext
Vendored
public open class JavaBeanVal : R|kotlin/Any| {
|
|
public open fun getColor(): R|ft<kotlin/String, kotlin/String?>!|
|
|
|
|
public constructor(): R|test/JavaBeanVal|
|
|
|
|
}
|