Minor code changes after code review
This commit is contained in:
+3
-3
@@ -7,11 +7,11 @@ fun String.helloWithParams(i : Int) : String {
|
||||
return ""
|
||||
}
|
||||
|
||||
fun String.helloFunPreventAutoInsert() {
|
||||
}
|
||||
|
||||
fun <T: CharSequence> T.helloFunGeneric() {
|
||||
}
|
||||
|
||||
fun Int.helloFake() {
|
||||
}
|
||||
|
||||
fun dynamic.helloDynamic() {
|
||||
}
|
||||
+1
-2
@@ -6,8 +6,7 @@ fun firstFun() {
|
||||
}
|
||||
|
||||
// EXIST: helloFun
|
||||
// EXIST: helloFunPreventAutoInsert
|
||||
// EXIST: helloWithParams
|
||||
// EXIST: helloFunGeneric
|
||||
// EXIST: helloDynamic
|
||||
// ABSENT: helloFake
|
||||
// NUMBER: 4
|
||||
Reference in New Issue
Block a user