Change visibility fix message (quotes) + list of available actions in tests

This commit is contained in:
Mikhail Glukhikh
2016-04-23 13:26:06 +03:00
parent 7e80575a08
commit d8e47bd520
49 changed files with 99 additions and 53 deletions

View File

@@ -1,4 +1,5 @@
// "Make First private" "true"
// "Make 'First' private" "true"
// ACTION: Make 'Data' public
class Other {
internal open class Data(val x: Int)