Skip to content

Commit

Permalink
Migrate tests to Kotlin to keep previously package-private function i…
Browse files Browse the repository at this point in the history
…nternal (#2167)
  • Loading branch information
tasomaniac committed Apr 14, 2020
1 parent 59f619e commit 37603d1
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
build
local.properties
/reports
node_modules/
generated

.DS_Store
Expand All @@ -28,3 +27,4 @@ package-lock.json
**/.project
.vscode/**
**/bin
.sqldelight
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class LruNormalizedCache internal constructor(evictionPolicy: EvictionPolicy) :
return result
}

fun clearCurrentCache() {
internal fun clearCurrentCache() {
lruCache.invalidateAll()
}

Expand Down

This file was deleted.

Loading

0 comments on commit 37603d1

Please sign in to comment.