Merge: Nitsmell : Adding new code smells and print console updated
[nit.git] / lib / android / platform.nit
index 9b8b189..3a2e105 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-module platform is platform("android")
+# Triggers compilation for the android platform
+module platform is platform "android"
 
 import java
 import app
+intrude import app::app_base # For test_bound_platform
+import aware
+
+redef fun bound_platform do return "Android"
+
+redef fun test_bound_platform do end