mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-24 08:31:30 +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
9 lines
261 B
Plaintext
Vendored
9 lines
261 B
Plaintext
Vendored
public open class JavaBeanVar : R|kotlin/Any| {
|
|
public open fun getColor(): R|ft<kotlin/String, kotlin/String?>!|
|
|
|
|
public open fun setColor(string: R|ft<kotlin/String, kotlin/String?>!|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/JavaBeanVar|
|
|
|
|
}
|