Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c
/
.
/
plugins
/
uast-kotlin
/
testData
/
IfStatement.render.txt
blob: 7088325bb4e2c7d74bd42c771a5204eae3d3541f [
file
]
public final class IfStatementKt {
public static final fun foo() : void {
var x: int = if ("abc" != "def") 1 else 0
}
}