Path hash code is case-agnostic. This is to avoid changing it if e.g. path to project is reconfigured from C:\Work to c:\work

This commit is contained in:
Evgeny Gerashchenko
2015-06-08 19:37:34 +03:00
parent 959364aa77
commit c48378260e
7 changed files with 21 additions and 6 deletions
@@ -0,0 +1,2 @@
fun bar() {
}
@@ -0,0 +1,7 @@
Cleaning output files:
out/production/module/_DefaultPackage$foo$*.class
out/production/module/_DefaultPackage.class
End of files
Compiling files:
src/foo.kt
End of files
@@ -0,0 +1,2 @@
fun foo() {
}
@@ -0,0 +1,2 @@
fun foo() {
}