Fix Kotlin @ConfigurationProperties example
Closes gh-12633
This commit is contained in:
committed by
Stephane Nicoll
parent
6e01a96bf1
commit
561c24b328
@@ -7745,7 +7745,7 @@ class KotlinExampleProperties {
|
||||
|
||||
lateinit var foo2: String
|
||||
|
||||
lateinit val bar = Bar()
|
||||
val bar = Bar()
|
||||
|
||||
class Bar {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user