Fix "Koltin" typos throughout codebase (#3383)

* Fix "Koltin" typos throughout codebase

* Update K2MetadataKlibSerializer.kt
This commit is contained in:
Kevin Most
2020-05-20 08:12:32 -04:00
committed by GitHub
parent 38fd9c3d1a
commit 4f26ac9a04
6 changed files with 15 additions and 15 deletions
@@ -1,5 +1,5 @@
/*
* If koltin property hides some getter from java superclass this property should win in resolve
* If kotlin property hides some getter from java superclass this property should win in resolve
*/
// FILE: A.java
@@ -27,4 +27,4 @@ class B : A() {
fun test(b: B) {
// should be CommandExecutor
b.executor
}
}