KT-13529 Java function is not always converted to Kotlin after paste

#KT-13529 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-08-18 22:10:29 +03:00
parent ebd45a8c5c
commit c9d335394d
9 changed files with 47 additions and 4 deletions
@@ -0,0 +1,4 @@
public class BeatBox {
private static final String TAG = "BeatBox";
private static final String SOUNDS_FOLDER = "sample_sounds";
}