Does kotlin allow for: ``` val x = if (condition) ...
# announcements
z
Does kotlin allow for:
Copy code
val x = if (condition) {
	"test"
} else {
	"testing"
}