Commit 561c24b3 authored by sdeleuze's avatar sdeleuze Committed by Stephane Nicoll

Fix Kotlin @ConfigurationProperties example

Closes gh-12633
parent 6e01a96b
...@@ -7745,7 +7745,7 @@ class KotlinExampleProperties { ...@@ -7745,7 +7745,7 @@ class KotlinExampleProperties {
lateinit var foo2: String lateinit var foo2: String
lateinit val bar = Bar() val bar = Bar()
class Bar { class Bar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment