Update to DataForge 0.8
This commit is contained in:
parent
b66c6b4fe6
commit
8746360f14
@ -65,7 +65,7 @@ public class Postprocessor<out R>(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun onTagContentUnsafe(block: Unsafe.() -> Unit) {
|
override fun onTagContentUnsafe(block: Unsafe.() -> Unit) {
|
||||||
val proxy = object :Unsafe{
|
val proxy = object : Unsafe {
|
||||||
override fun String.unaryPlus() {
|
override fun String.unaryPlus() {
|
||||||
consumer.onTagContentUnsafe {
|
consumer.onTagContentUnsafe {
|
||||||
processor.process(this@unaryPlus).unaryPlus()
|
processor.process(this@unaryPlus).unaryPlus()
|
||||||
|
Loading…
Reference in New Issue
Block a user