Fix Kotlin code formatting for Inline Maps section of ref docs
Closes gh-26836
This commit is contained in:
parent
1f477a5c1c
commit
b153b5e53b
|
@ -958,7 +958,7 @@ following example shows how to do so:
|
||||||
|
|
||||||
Map mapOfMaps = (Map) parser.parseExpression("{name:{first:'Nikola',last:'Tesla'},dob:{day:10,month:'July',year:1856}}").getValue(context);
|
Map mapOfMaps = (Map) parser.parseExpression("{name:{first:'Nikola',last:'Tesla'},dob:{day:10,month:'July',year:1856}}").getValue(context);
|
||||||
----
|
----
|
||||||
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
|
[source,kotlin,indent=0,subs="verbatim",role="secondary"]
|
||||||
.Kotlin
|
.Kotlin
|
||||||
----
|
----
|
||||||
// evaluates to a Java map containing the two entries
|
// evaluates to a Java map containing the two entries
|
||||||
|
|
Loading…
Reference in New Issue