Files
kotlin-fork/jps/jps-plugin/testData/incremental/topLevelFunctionSameSignature/fun.kt.new
T
Evgeny Gerashchenko 0188b02946 Rebuild only if proto changed.
Original commit: 018b58b51f
2014-06-18 22:56:35 +04:00

5 lines
112 B
Plaintext

package test
fun foo() {
println("body is changed, but it doesn't matter, we won't rebuild dependencies")
}